-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-10540] Remove legacy FlinkMiniCluster and sub classes #7694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. DetailsBot commandsThe @flinkbot bot supports the following commands:
|
zentol
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for the removal.
tisonkun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for the removal and it will unblock several removals of legacy code in "client" componenet.
46c6ca5 to
a4be2ac
Compare
f82200e to
1a766c9
Compare
…ctInvokables Moves the testing Sender and Receiver class from JobExecutionITCase to TestingAbstractInvokables for easier reusability.
…w code base - "handle gracefully failing task manager with slot sharing" --> TaskExecutorITCase#testJobReExecutionAfterTaskExecutorTermination - "handle hard failing task manager with slot sharing" --> TaskExecutorITCase#testJobReExecutionAfterTaskExecutorTermination This commit changes the JobGraph of the TaskExecutorITCase such that it uses now slot sharing. This closes apache#7693.
This commit removes - FlinkMiniCluster - LocalFlinkMiniCluster - TestingCluster This closes apache#7694.
1a766c9 to
c3b339c
Compare
What is the purpose of the change
Remove legacy
FlinkMiniClusterand sub classes.This PR is based on #7693.
Brief change log
This commit removes
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
@Public(Evolving): (no)Documentation